home *** CD-ROM | disk | FTP | other *** search
- (if (= @language "deutsch")
- (
- (SET Intro "Wilkommen zum Installer-Script für Less")
- (SET Where "Wohin soll das Less Paket hinkopiert werden ? Es wir ein Verzeichnis namens Less angelegt")
- )
- )
- (if (= @language "english")
- (
- (SET Intro "Welcome to the installer-script for Less")
- (SET Where "Where do wou want to place the Less packet ? A drawer called Less will be created")
- )
- )
-
- (MESSAGE Intro)
-
- (SET Wuerg
- (ASKDIR
- (PROMPT Where)
- (DEFAULT "sys:")
- (HELP "")
- )
- )
-
- (SET Mama (TACKON Wuerg "Less"))
-
- (RUN (CAT "makedir \""Mama"\""))
-
- (COPYFILES
- (SOURCE ":Text/Show/Less/")
- (DEST Mama)
- (INFOS)
- (ALL)
- )
-